inline image - определение. Что такое inline image
DICLIB.COM
Языковые инструменты на ИИ
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое inline image - определение

WEB PAGE IN-LINE DATA SCHEME
Data:; Data: URL; Data URL; Data Url; Data URI; Data Uri; Data: URI; Inline image; Data: uri scheme; Data: URI scheme; Data urls; Data://; Data URIs; Data-URI

inline image         
<World-Wide Web> An image that appears within the body of a web page. Most graphical web browsers can display both GIF and JPG images inline. The web browser may give the user an option to turn off inline images, to speed up the display of web pages. Other image formats may have to be displayed in a separate window and/or by another application program. An inline image in a web page is achieved with the <IMG> HTML tag, which can take many attributes. The SRC attribute gives the URL from which to fetch the image and the ALT attribute gives text to display in place of the image for users with images disabled or who are using text-only browsers or text-to-speech convertors (e.g. blind users). (1999-10-27)
Inline assembler         
EMBEDDING ASSEMBLY IN A HIGH-LEVEL LANGUAGE
Inline assembly; Inline ASM
In computer programming, an inline assembler is a feature of some compilers that allows low-level code written in assembly language to be embedded within a program, among code that otherwise has been compiled from a higher-level language such as C or Ada.
Inline engine (aeronautics)         
  • air-cooled]] [[V8 engine]]
  • A cutaway [[Jumo 205]] 2-stroke opposed piston diesel engine
  • A [[Junkers Jumo 222]] multibank aviation engine, four cylinders per bank.
  • A [[Bugatti U-16]] engine
  • W-12]] [[Napier Lion]] engine
  • H-24]] [[Napier Dagger]] engine on display at the [[Royal Air Force Museum]] Hendon.
RECIPROCATING ENGINE ARRANGED WITH CYLINDERS IN BANKS ALIGNED WITH THE CRANKSHAFT
Inline engines; Inline engine (aviation)
In aviation, an inline engine is a reciprocating engine with banks of cylinders, one behind another, rather than rows of cylinders, with each bank having any number of cylinders, although more than six is uncommon. The major reciprocating-engine alternative configuration is the radial engine, where the cylinders are placed in a circular or "star" arrangement.

Википедия

Data URI scheme

The data URI scheme is a uniform resource identifier (URI) scheme that provides a way to include data in-line in Web pages as if they were external resources. It is a form of file literal or here document. This technique allows normally separate elements such as images and style sheets to be fetched in a single Hypertext Transfer Protocol (HTTP) request, which may be more efficient than multiple HTTP requests, and used by several browser extensions to package images as well as other multimedia contents in a single HTML file for page saving. As of 2022, data URIs are fully supported by most major browsers, and partially supported in Internet Explorer.